var crypto/tls.tlsrsakex

6 uses

	crypto/tls (current package)
		defaults.go#L48: var tlsrsakex = godebug.New("tlsrsakex")
		defaults.go#L63: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		handshake_client.go#L649: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_client.go#L650: 		tlsrsakex.IncNonDefault()
		handshake_server.go#L410: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_server.go#L411: 		tlsrsakex.IncNonDefault()